home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3922 / 3922.xpi / chrome / content / overlay.xul < prev   
Extensible Markup Language  |  2006-11-27  |  825b  |  21 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE overlay SYSTEM "chrome://dictlookup/locale/dictlookup.dtd">
  3. <!--<?xml-stylesheet href="chrome://dictlookup/skin/overlay.css" type="text/css"?>-->
  4. <overlay id="DictionaryLookup-overlay"
  5.   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  6.  
  7.   <stringbundleset id="stringbundleset">
  8.     <stringbundle id="dictlookupLocale" src="chrome://dictlookup/locale/dictlookup.properties"/>
  9.   </stringbundleset>
  10.  
  11.   <script src="overlay.js"/>
  12.   
  13.   <popup id="contentAreaContextMenu">
  14.     <menuseparator id="dictLookupSeperator" />
  15.     <menuitem id="dictLookupDictCtrl" label="&translate;" oncommand="DictionaryLookup.dictLookup();"/>
  16.     <menuitem id="dictLookupWikiCtrl" label="&wikipediaLookup;"  oncommand="DictionaryLookup.wikiLookup();"/>
  17.   </popup>
  18. </overlay>
  19.  
  20.  
  21.